From: Niklas Laxström Date: Sat, 5 May 2007 20:20:37 +0000 (+0000) Subject: * Added overflow: auto to image gallery descriptions. Better than without; see bug... X-Git-Tag: 1.31.0-rc.0~53069 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=623044d9df39359b0fc2806e6a9af7c66638b137;p=lhc%2Fweb%2Fwiklou.git * Added overflow: auto to image gallery descriptions. Better than without; see bug 3770 --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index ff18f349fb..783efd466f 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1327,6 +1327,7 @@ div.gallerybox div.thumb { } div.gallerytext { + overflow: auto; font-size: 94%; padding: 2px 4px; }